OnClientCollectionChanged Property
In This Topic
Occurs when the collection changes.
Syntax
'Declaration
Property OnClientCollectionChanged As System.String
'Usage
Dim instance As IItemsSource(Of T)
Dim value As System.String
instance.OnClientCollectionChanged = value
value = instance.OnClientCollectionChanged
System.string OnClientCollectionChanged {get; set;}
read-write property OnClientCollectionChanged: System.String;
function get,set OnClientCollectionChanged : System.String
__property System.string* get_OnClientCollectionChanged();
__property void set_OnClientCollectionChanged(
System.string* value
);
property System.String^ OnClientCollectionChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also